home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / constant.hlp < prev    next >
Text File  |  1989-01-09  |  509b  |  12 lines

  1. CONSTANT(varname);      Convert variable to a constant
  2.  
  3. The CONSTANT procedure causes DAN to treat all subsequent
  4. references to 'varname' as if it were a constant instead of a
  5. variable.  The value used for 'varname' in subsequent expressions
  6. will be its most recently used value; i.e. the last value determined
  7. for the variable in the previous processing period.
  8.  
  9. This procedure is used for fixing the value of a variable that was
  10. created using the MIN, MAX, AVG, SUM, COUNT, or STD.DEV
  11. functions.
  12.